ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / DefaultRowSize Property






In This Topic
    DefaultRowSize Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the default size of rows in the row collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property DefaultRowSize As System.Integer
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Integer
     
    instance.DefaultRowSize = value
     
    value = instance.DefaultRowSize
    public virtual System.int DefaultRowSize {get; set;}
    public read-write property DefaultRowSize: System.Integer; virtual; 
    public function get,set DefaultRowSize : System.int
    public: __property virtual System.int get_DefaultRowSize();
    public: __property virtual void set_DefaultRowSize( 
       System.int value
    );
    public:
    virtual property System.int DefaultRowSize {
       System.int get();
       void set (    System.int value);
    }
    See Also